home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
glisp.zoo
/
TST0.GL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-05-30
|
148 b
|
5 lines
"Boucle repetitive sur n"
(setq n 100000)
"(repeat 100000 (if (= n 0) 'ok (setq n (- n 1))))"
(repeat 100000 (if (= n 0) 'ok (setq n (- n 1))))